home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Interface / MD.000 / scripts / DefineButton2_187 / BUTTONCONDACTION on(press).as
Text File  |  2005-04-12  |  196b  |  6 lines

  1. on(press){
  2.    var tab = "\t";
  3.    var args = "_level0.answer" + tab + "EXCLAMATION" + tab + "OKONLY" + tab + "Aguarde, conectando" + tab + "DigeBrowser";
  4.    getURL("FSCommand:MsgBox",args);
  5. }
  6.